home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ╔═════════════════════════════════════════════════════════════════════════════╗
- echo ║ SPELLBOUND! FINSTALL -- Installs SPELLBOUND! onto floppy diskettes. ║
- echo ║ Copyright (C) 1988-1990 by Kenneth R. Casey, Jr. All Rights Reserved. ║
- echo ╚═════════════════════════════════════════════════════════════════════════════╝
- echo
- echo ──────────────────────────────────────────────────────────
- echo Welcome to the "SPELLBOUND! Spelling Tutor", Version 1.10!
- echo ──────────────────────────────────────────────────────────
- echo
- echo We are about to prepare two diskettes for use with SPELLBOUND!
- echo The first is the PROGRAM diskette. The second is the DATA diskette.
- echo Never NEVER use the original distribution diskette. It will always
- echo be your backup diskette in case of failure.
- echo
- echo
- echo First we will create the PROGRAM diskette. This will be different
- echo from the distribution diskette in that the word list SPELL.WDS,
- echo SPELL.DOC and the batch files will not be copied. This allows
- echo SPELLBOUND! the extra room it needs to create an additional file
- echo it creates called SPELL.CFG. Do not copy any additional files
- echo to this diskette! It will not run properly.
- echo
- echo
- pause
- cls
- echo ╔═════════════════════════════════════════════════════════════════════════════╗
- echo ║ SPELLBOUND! FINSTALL -- Installs SPELLBOUND! onto floppy diskettes. ║
- echo ║ Copyright (C) 1988-1990 by Kenneth R. Casey, Jr. All Rights Reserved. ║
- echo ╚═════════════════════════════════════════════════════════════════════════════╝
- echo
- echo
- echo
- echo
- echo If you have a formatted PROGRAM diskette with the system files and
- echo COMMAND.COM on it, then place it in drive B: and close the drive
- echo door.
- echo
- echo If you haven't:
- echo To format a diskette with the system files, place your DOS diskette
- echo into drive A: and a blank diskette into drive B: and type:
- echo "A:" press ENTER. "FORMAT B: /S" press ENTER. (Don't type quotes).
- echo
- echo If you have not done the above, press Control-C to abort, any other
- echo key to continue.
- echo
- echo
- echo
- echo
- pause
- cls
- echo ╔═════════════════════════════════════════════════════════════════════════════╗
- echo ║ SPELLBOUND! FINSTALL -- Installs SPELLBOUND! onto floppy diskettes. ║
- echo ║ Copyright (C) 1988-1990 by Kenneth R. Casey, Jr. All Rights Reserved. ║
- echo ╚═════════════════════════════════════════════════════════════════════════════╝
- echo
- echo
- echo Now copying to the PROGRAM diskette in drive B:
- echo
- copy a:\autoexec.bat b:\ >nul
- echo AUTOEXEC.BAT -- Creates path, gets time and date, starts SPELLBOUND!
- copy a:\config.sys b:\ >nul
- echo CONFIG.SYS -- Sets FILES and BUFFERS for SPELLBOUND!
- copy a:\brun45.exe b:\ >nul
- echo BRUN45.EXE -- Run-time Module
- copy a:\spell.exe b:\ >nul
- echo SPELL.EXE -- Main Menu Module
- copy a:\spell000.exe b:\ >nul
- echo SPELL000.EXE -- Spelling Tutor/Tester Module
- copy a:\spell001.exe b:\ >nul
- echo SPELL001.EXE -- Word List Creator Module
- copy a:\spell.dta b:\ >nul
- echo SPELL.DTA -- Contains Copyright Screen, Help, Messages, etc.
- copy a:\default.cfg b:\ >nul
- echo DEFAULT.CFG -- Default configuration for new user
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- pause
- cls
- echo ╔═════════════════════════════════════════════════════════════════════════════╗
- echo ║ SPELLBOUND! FINSTALL -- Installs SPELLBOUND! onto floppy diskettes. ║
- echo ║ Copyright (C) 1988-1990 by Kenneth R. Casey, Jr. All Rights Reserved. ║
- echo ╚═════════════════════════════════════════════════════════════════════════════╝
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo Now place the formatted DATA diskette into drive B: and the files
- echo SPELL.DOC and SPELL.WDS will be copied to it. This disk will contain
- echo word lists, personal files such as performance records, error lists,
- echo configuration data and reports. They will be created by SPELLBOUND!
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- pause
- cls
- echo ╔═════════════════════════════════════════════════════════════════════════════╗
- echo ║ SPELLBOUND! FINSTALL -- Installs SPELLBOUND! onto floppy diskettes. ║
- echo ║ Copyright (C) 1988-1990 by Kenneth R. Casey, Jr. All Rights Reserved. ║
- echo ╚═════════════════════════════════════════════════════════════════════════════╝
- echo
- echo
- echo
- echo
- echo
- echo
- echo Now copying to the DATA diskette in drive B:
- echo
- copy a:*.wds b: >NUL
- echo *.WDS -- Word Lists
- copy a:spell.doc b: >NUL
- echo SPELL.DOC -- Documentation for SPELLBOUND!
- echo
- echo
- echo
- echo
- echo
- echo
- echo Finished!
- echo
- echo PUT YOUR ORIGINAL DISK AWAY IN A SAFE PLACE!
-
-